XmlNodeCollectionItem Property |
Gets or sets the value associated with the specified index.
In C#, this property is the indexer for the
XmlNodeCollection class.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic XmlNode this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As XmlNode
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
XmlNode
See Also